Tweak tpo3 caps to match what Curt described.
authorrobertl <robertl>
Wed, 17 May 2006 23:22:21 +0000 (23:22 +0000)
committerrobertl <robertl>
Wed, 17 May 2006 23:22:21 +0000 (23:22 +0000)
tpo.c

diff --git a/tpo.c b/tpo.c
index d1fe86b9d307d161583157f178ecc1a32f2611aa..a24f6da5c1988465cbc01a2ab6ac402212dd5315 100644 (file)
--- a/tpo.c
+++ b/tpo.c
@@ -1937,8 +1937,7 @@ ff_vecs_t tpo2_vecs = {
 /* TPO 3.x format can read waypoints/tracks/routes */
 ff_vecs_t tpo3_vecs = {
     ff_type_file,   /* ff_type_internal */
-/*    { ff_cap_none | ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none | ff_cap_none }, */
-    { ff_cap_none | ff_cap_none, ff_cap_read, ff_cap_none | ff_cap_none },
+    { ff_cap_read, ff_cap_read, ff_cap_read },
        tpo_rd_init,
        tpo_wr_init,
        tpo_rd_deinit,